Carbon


TunePlayCallBackProcPtr

Header: QuickTimeMusic.h Carbon status: Supported

typedef void(* TunePlayCallBackProcPtr) (
    UInt32 *event, 
    SInt32 seed, 
    SInt32 refCon
);

You would declare your function like this if you were to name it MyTunePlayCallBackCallback:

void MyTunePlayCallBackCallback (
    UInt32 *event, 
    SInt32 seed, 
    SInt32 refCon
);
event
seed
refCon

AVAILABILITY

Supported in Carbon.


© 2000 Apple Computer, Inc. — (Last Updated 5/10/2000)